home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_4262 / frame_2 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  185 b   |  13 lines

  1. onEnterFrame = function()
  2. {
  3.    if(_root.cm._x > xTar)
  4.    {
  5.       xTar += 6;
  6.    }
  7.    else if(_root.cm._x < xTar)
  8.    {
  9.       xTar -= 6;
  10.    }
  11.    _X = _X + (xTar - _X) / 10;
  12. };
  13.